home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2000 June / CyberMycha0006.iso / NFSPorsche / data1.cab / Program_Files / FEDATA / Controls / Hover Picture.ctr < prev    next >
Text File  |  2000-03-27  |  2KB  |  83 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Hover Picture
  4. ;
  5. ; Simple control.  Draws one picture when the mouse is not over it.  Draws another picture 
  6. ; when the mouse IS over it.
  7. ;
  8. ; Created by Gary Steinke, May 21/99
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11.  
  12. [control]
  13. id=REAL.HOVER_PICTURE
  14. description=Hover Picture
  15.  
  16. parts=data,picture,hover_picture
  17.  
  18. name.value=ID_HOVERPICTURE
  19.  
  20. states=normal,hidden,hover,selected
  21. states.flags=0
  22.  
  23. size.value=9,150
  24. size.flags=0
  25. moveable.value=1
  26. moveable.flags=HIDDEN|READONLY
  27. resizeable.value=1
  28. resizeable.flags=HIDDEN|READONLY
  29. pos=0,0
  30. pos.label=control.pos
  31.  
  32. autosize.value=1
  33. autosize.flags=HIDDEN|READONLY
  34.  
  35.  
  36. [state.normal]
  37. parts=data,picture
  38.  
  39. [state.hover]
  40. parts=data,hover_picture
  41.  
  42. [state.selected]
  43. parts=data,picture
  44.  
  45. [state.hidden]
  46. parts=data
  47.  
  48.  
  49. [part.picture]
  50. id=SHAPE
  51. pos.value=0,0
  52. pos.flags=HIDDEN|READONLY
  53. size.flags=HIDDEN|READONLY
  54. shapePathName.value=pointer.fsh
  55. shapeIndex.value=0
  56.  
  57. [part.hover_picture]
  58. id=SHAPE
  59. pos.value=0,0
  60. pos.flags=HIDDEN|READONLY
  61. size.flags=HIDDEN|READONLY
  62. shapePathName.value=pointer.fsh
  63. shapePathName.screenkey=hoverShapePathName
  64. shapeIndex.value=picture.shapeIndex
  65. shapeIndex.flags=HIDDEN|READONLY
  66.  
  67.  
  68.  
  69. [part.data]
  70. id=DATA
  71. attributes.value=transon,transoff
  72. transon.type=STRING
  73. transon.value=FADE
  74. transon.label=Transition On
  75. transon.flags=0
  76. transoff.type=STRING
  77. transoff.value=SAME
  78. transoff.label=Transition Off
  79.  
  80.  
  81.  
  82.  
  83.